type net.hostLookupOrder
7 uses
net (current package)
conf.go#L124: func (c *conf) hostLookupOrder(r *Resolver, hostname string) (ret hostLookupOrder) {
dnsclient_unix.go#L494: type hostLookupOrder int
dnsclient_unix.go#L498: hostLookupCgo hostLookupOrder = iota
dnsclient_unix.go#L505: var lookupOrderName = map[hostLookupOrder]string{
dnsclient_unix.go#L513: func (o hostLookupOrder) String() string {
dnsclient_unix.go#L530: func (r *Resolver) goLookupHostOrder(ctx context.Context, name string, order hostLookupOrder) (addrs []string, err error) {
dnsclient_unix.go#L570: func (r *Resolver) goLookupIPCNAMEOrder(ctx context.Context, network, name string, order hostLookupOrder) (addrs []IPAddr, cname dnsmessage.Name, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)